home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / StringSelectPopup.xml273 < prev    next >
Text File  |  2007-11-29  |  1KB  |  34 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.         <TextStyle name="ChannelName" color="White" size="12"/>
  5.         <TextStyle name="ShowTitle" color="Yellow" size="16"/>
  6.         <TextStyle name="ButtonText" color="White" size="11"/>
  7.     </TextStyles>
  8.  
  9.     <!-- placements -->
  10.     <Placements>
  11.         <Placement name="PopupBackground" loc="9,25" size="82,40"/>
  12.         <Placement name="OptionNormal" loc="12.0,42"/>
  13.         <Placement name="OptionSelected" loc="12.0,42"/>
  14.         <Placement name="OkButton" loc="41.5,58.5"/>
  15.         <Placement name="CancelButton" loc="58.5,58.5"/>
  16.     </Placements>
  17.  
  18.     <!-- Composite Images -->
  19.     <CompositeImages>
  20.         <CompositeImage name="OptionNormal" size="76.5,7">            
  21.             <DrawText text="@optionValue" loc="6,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  22.         </CompositeImage>
  23.  
  24.         <CompositeImage name="OptionSelected" size="76.5,7">
  25.             <DrawCommonImage name="GeneralSelection"/>
  26.             <DrawText text="@optionValue" loc="6,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  27.         </CompositeImage>
  28.  
  29.         <CompositeImage name="PopupBackground" size="82,40">
  30.             <DrawRoundedRect loc="2,5" size="96,90" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
  31.             <DrawText text="@name" loc="5,15" size="90,20" textStyle="GeneralTextStyle" align="Left"/>
  32.         </CompositeImage>
  33.     </CompositeImages>
  34. </settings>